Search
Polygon3D Constructor
See Also
 






Initializes a new instance of the Polygon3D class.

Namespace: com.mindfusion.charting.threed
File: com.mindfusion.charting.threed

 Syntax

Java  Copy Code

public Polygon3D (
    List<Point3D> points,
    Brush brush
)

 Parameters

points

A list of 3D points.

brush

A Brush used to fill the polygon.

 See Also